RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / UrlDecode Method / UrlDecode(Byte[],Encoding) Method

In This Topic
    UrlDecode(Byte[],Encoding) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UrlDecode( _
       ByVal bytes() As Byte, _
       ByVal e As Encoding _
    ) As String
    public static string UrlDecode( 
       byte[] bytes,
       Encoding e
    )

    Parameters

    bytes
    e
    See Also